home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Sweet Home 3D 1.4 / SweetHome3D-1.4-windows.exe / {app} / jre1.6.0_06 / lib / management / snmp.acl.template < prev   
Text File  |  2008-10-07  |  3KB  |  111 lines

  1. # ----------------------------------------------------------------------
  2. #           Template for SNMP Access Control List File
  3. #
  4. # o Copy this template to snmp.acl
  5. # o Set access control for SNMP support
  6. # o Change the permission of snmp.acl to be read-only
  7. #   by the owner.
  8. #
  9. # See below for the location of snmp.acl file.
  10. # ----------------------------------------------------------------------
  11.  
  12. ############################################################
  13. #            SNMP Access Control List File  
  14. ############################################################
  15. #
  16. # Default location of this file is $JRE/lib/management/snmp.acl.
  17. # You can specify an alternate location by specifying a property in 
  18. # the management config file $JRE/lib/management/management.properties
  19. # or by specifying a system property (See that file for details).
  20. #
  21.  
  22.  
  23. ##############################################################
  24. #        File permissions of the snmp.acl file
  25. ##############################################################
  26. #      Since there are cleartext community strings stored in this file,
  27. #      this ACL file must be readable by ONLY the owner,
  28. #      otherwise the program will exit with an error. 
  29. #
  30. ##############################################################
  31. #        Format of the acl group
  32. ##############################################################
  33. #
  34. # communities: a list of SNMP community strings to which the
  35. #              access control applies separated by commas.
  36. #
  37. # access: either "read-only" or "read-write".
  38. #
  39. # managers: a list of hosts to be granted the access rights.
  40. #    Each can be expressed as any one of the following:
  41. #    - hostname: hubble
  42. #    - ip v4 and v6 addresses: 123.456.789.12 , fe80::a00:20ff:fe9b:ea82
  43. #    - ip v4 and v6 netmask prefix notation: 123.456.789.0/24, 
  44. #         fe80::a00:20ff:fe9b:ea82/64  
  45. #      see RFC 2373 (http://www.ietf.org/rfc/rfc2373.txt)
  46. #
  47. # An example of two community groups for multiple hosts:
  48. #    acl = {
  49. #     {
  50. #       communities = public, private
  51. #       access = read-only
  52. #       managers = hubble, snowbell, nanak
  53. #     }
  54. #     {
  55. #       communities = jerry
  56. #       access = read-write
  57. #       managers = hubble, telescope
  58. #     }
  59. #    }
  60. ##############################################################
  61. #                   Format of the trap group
  62. ##############################################################
  63. #
  64. # trap-community: a single SNMP community string that will be included
  65. #                 in  the traps sent to the hosts.
  66. #
  67. # hosts: a list of hosts to which the SNMP agent will send traps.
  68. #
  69. # An example of two trap community definitions for multiple hosts:
  70. #    trap = {
  71. #      {
  72. #        trap-community = public
  73. #        hosts = hubble, snowbell
  74. #      }
  75. #      {
  76. #        trap-community = private
  77. #        hosts = telescope
  78. #      }
  79. #    }
  80. #
  81. ############################################################
  82. #
  83. #  Update the community strings (public and private) below
  84. #  before copying this template file
  85. #     
  86. # Common SNMP ACL Example
  87. # ------------------------
  88. #
  89. # o Only localhost can connect, and access rights
  90. #   are limited to read-only
  91. # o Traps are sent to localhost only
  92. #
  93. #
  94. # acl = {
  95. #  {
  96. #    communities = public, private
  97. #    access = read-only
  98. #    managers = localhost
  99. #  }
  100. # }
  101. # trap = {
  102. #   {
  103. #     trap-community = public
  104. #     hosts = localhost 
  105. #   }
  106. # }
  107.